body{
	line-height: 1;
	background: #f6f6f6;
}
a {
	outline: none;
	color: #333;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
img {
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
.iframe {
	overflow: hidden;
	height: 36px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.w {
	width: 1560px;
	margin: 0 auto;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,0.8)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.BannerAdv {
	height: 360px;
	-webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.BannerAdv.focus {
	height: 80px;
}
.topBannerAdv, .botBannerAdv {
	margin: 20px auto 0;
	display: none;
}
/* banner-adv */
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}
.banner-adv ul {
	width: calc(100% + 12px);
	display: inline;
	float: left;
	margin: 0px 0 0 -6px;
}
.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 12px 6px 0 6px;
	overflow: hidden;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}
.banner-adv ul li a,
.banner-adv ul li embed {
	float: left;
}
.bannerAdvtop {
	margin: 12px auto 0;
	overflow: hidden;
}
.part1-banner-adv ul li .adv-item {
	margin: 20px 6px 0 6px;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
}
.advs img {
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
/* banner-adv End*/
/* header */
#header {
	width: 100%;
	height: 36px;
	background: #f5f5f5;
	z-index: 999;
	position: relative;
	font-size: 14px;
}
.header span {
	float: left;
	line-height: 36px;
}

.header span a {
	color: #666;
	margin-right: 30px;
}
.header span a.high {
	color: #f08200;
}
.header span a:hover {
	color: #f08200;
}

.header span a.register {
	display: inline-block;
	padding: 0 10px;
	background: #f08200;
	color: #fff;
	border-radius: 3px;
}
.header p {
	float: right;
	line-height: 36px;
	color: #666;
}
.header p a {
	color: #666;
	padding: 0 22px;
	position: relative;
}
.header p a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #dcdcdc;
}
.header p a:last-child {
	padding-right: 0;
}
.header p a:last-child::after {
	display: none;
}

.header p a:hover {
	color: #f08200;
}
.header p a i {
	position: absolute;
	left: -22px;
	top: -10px;
	color: #f08200;
}
.searchDiv {
	padding: 35px 0;
	background-color: #fff;
}
.searchDiv .logo {
	float: left;
}
.search {
	width: 808px;
	height: 50px;
	margin: 0 0 0 135px;
	float: left;
	border: 2px solid #2069b5 !important;
	position: relative;
	background-clip: padding-box,border-box;
	background-origin: padding-box,border-box;
	background-color: #2069b5;
	border-radius: 3px;
}
#searchForm {
	height: 100%;
}
.search input {
	width: 595px;
	height: 100%;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}
.search input:focus {
	color: #333;
}
.search button {
	position: absolute;
	height: 54px;
	line-height: 54px;
	background-color: #2069b5;
	color: #ffffff;
	width: 135px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 3px;
}

.search button i {
	margin: 2px 6px 0 0;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
}
.searchSelect {
	width: 80px;
	height: 100%;
	float: left;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	z-index: 99999;
	background: #fff;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p {
	font-size: 14px;
	line-height: 50px;
	color: #666666;
	text-indent: 15px;
	position: relative;
}
.searchSelectTop p::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background: #e6e6e6;
}
.searchSelectTop i {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 16px;
	top: 21px;
	color: #666;
	transform: scale(0.7);
}
.searchSelectTop.focus i{
	-webkit-transform: rotate(180deg) scale(0.7);
	-ms-transform: rotate(180deg) scale(0.7);
	-o-transform: rotate(180deg) scale(0.7);
	transform: rotate(180deg) scale(0.7);
	top: 19px;
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #2069b5 !important;
	left: -2px;
	top: 50px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #2069b5;
	color: #fff;
}
.searchDiv .btnBox {
	float: right;
	font-size: 0;
}
.searchDiv .btnBox i {
	font-size: 24px;
	color: #673ab7;
	vertical-align: top;
	margin-right: 4px;
	display: inline-block;
	margin-top: 2px;
}
.searchDiv .btnBox a {
	width: 146px;
	height: 51px;
	display: inline-block;
	text-align: center;
	line-height: 51px;
	background-color: #f3f0f9;
	border-radius: 3px;
	font-size: 16px;
	color: #673ab7;
	margin-left: 16px;
	cursor: pointer;
}
/* header End */

/* nav */
.nav {
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
}
.nav .nav-title {
	float: left;
	width: 308px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 24px;
	background-color:#2069b5;
	position: relative;
}
.nav .nav-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #fff transparent transparent transparent;
}
.nav .nav-title::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #003d6c transparent transparent transparent;
}
.nav .nav-title a {
	color: #fff;
}
.nav .nav-title i {
	font-size: 20px;
	color: #fff;
	vertical-align: top;
	font-weight: normal;
	margin-right: 6px;
}
.nav ul {
	overflow: hidden;
	white-space: nowrap;
}
.nav ul li {
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.nav ul li {
	padding: 0 55px;
}
.nav ul li.active a{
	color: #2069b5;
	position: relative;
}
.nav ul li.active a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 16px;
	height: 3px;
	background: #2069b5;
	border-radius: 2px;
}
.nav ul li a:hover{
	color: #2069b5;
}
.nav ul li a {
	color: #333;
}
/* nav End */
/* banner */
.banner,.main {
	height: 580px;
}
.banner-swiper {
	/* display: none;*/
	height: 100%;
	overflow: hidden;
}
.banner-swiper .swiper-pagination-bullet-active {
	background: #2069b5;
}
.banner-swiper img {
	width: 100% !important;
	height: 100% !important;
}
/* banner End*/

/* .main */
.main {
	margin-top: -580px;
}
.product-classify {
	width: 308px;
	height: 558px;
	box-sizing: border-box;
	padding: 10px 0;
	float: left;
	background: #fff;
	position: relative;
	z-index: 99;
}
.product-classify ul li {
	box-sizing: border-box;
	padding: 12px 24px;
}
.product-classify ul li:last-child {
	border-bottom: 0;
}
.product-classify ul li .class-a b {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
}
.product-classify ul li .class-a i {
	font-size: 30px;
	font-weight: normal;
}
.product-classify ul li .class-a:hover i {
	-webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.product-classify ul li:nth-child(2) i{
	font-size: 34px;
}
.product-classify ul li:nth-child(3) i{
	font-size: 26px;
}
.product-classify ul li:nth-child(4) i{
	font-size: 26px;
}
.product-classify ul li .class-a .text {
	overflow: hidden;
}
.product-classify ul li .class-a .text p {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.product-classify ul li .class-a .text p a:hover {
	color: #2069b5;
}
.product-classify ul li .class-a .text span {
	display: block;
	line-height: 20px;
	height: 20px;
	margin-top: 7px;
	font-size: 0;
}
.product-classify ul li .class-a .text span a{
	color: #666;
	height: 20px;
	display: inline-block;
	width: 70px;
	margin-right: 15px;
	font-size: 14px;
	overflow: hidden;
}
.product-classify ul li .class-a .text span a:hover {
	color: #2069b5;
}
.product-classify .class-b {
	position: absolute;
	top: 0px;
	left: 308px;
	width: 918px;
	height: 558px;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	display: none;
	z-index: 999;
	padding: 20px 30px 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.product-classify .class-b .class-box {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 31px;
}
.product-classify .class-b .title {
	font-size: 20px;
	color: #f08200;
	padding-bottom: 15px;
	margin-left: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.product-classify .class-b .item {
	margin-top: 18px;
	width: 50%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}
.product-classify .item:nth-child(2n) {
	clear: left;
}
.product-classify .class-b .item span {
	font-size: 16px;
}
.product-classify .class-b .item span a {
	color: #333;
}
.product-classify .class-b .item p {
	line-height: 24px;
	font-size: 0;
	margin-top: 10px;
}
.product-classify .class-b .item p a {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 15px;
}
.product-classify .class-b .item p a:hover {
	color: #2069b5;
}
.product-classify .class-b .item span a:hover {
	color: #2069b5;
}
.login {
	width: 308px;
	float: right;
	margin-top: 22px;
	background: #fff;
	position: relative;
	z-index: 99;
}
.user {
	height: 164px;
	padding: 24px;
	box-sizing: border-box;
	background-color:#eadfd6;
	background-image:-webkit-gradient(linear, top, bottom, from(#eadfd6), to(#ffffff));
	background-image:-webkit-linear-gradient(180deg, #eadfd6, #ffffff);
	background-image:-moz-linear-gradient(180deg, #eadfd6, #ffffff);
	background-image:-ms-linear-gradient(180deg, #eadfd6, #ffffff);
	background-image:-o-linear-gradient(180deg, #eadfd6, #ffffff);
	background-image:linear-gradient(180deg, #eadfd6, #ffffff);
}
.user b {
	display: block;
	width: 52px;
	height: 52px;
	border: 2px solid #ebd8b5;
	float: left;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 18px;
}
.user b img {
	width: 100%;
	height: 100%;
}
.user .text {
	overflow: hidden;
	line-height: 18px;
}
.user .text p {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 5px;
}
.user .text span {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #999;
}
.sign {
	margin-top: 24px;
}
.sign a {
	display: inline-block;
	width: 122px;
	height: 40px;
	line-height: 40px;
	background: #ff4400;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 30px;
	border: 1px solid #ff4400;
}
.sign a.regist {
	border: 1px solid #ff4400;
	background: #fff;
	color: #ff4400;
	float: right;
}
.service {
	border-top: 1px solid #eee;
}
.service a {
	float: left;
	text-align: center;
	width: 33.33%;
	height: 88px;
	box-sizing: border-box;
	font-size: 14px;
	color: #888888;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.service a:nth-child(3n) {
	border-right: none;
}
.service a:hover {
	color: #2069b5;
}
.service a i {
	display: block;
	width: 35px;
	height: 32px;
	margin: 18px auto 8px;
	background: url('../../../Images/Version/2022/index/btn1.png') no-repeat center center;
}
.service a:nth-child(2) i {
	background: url('../../../Images/Version/2022/index/btn2.png') no-repeat center center;
}
.service a:nth-child(3) i {
	background: url('../../../Images/Version/2022/index/btn3.png') no-repeat center center;
}
.service a:nth-child(4) i {
	background: url('../../../Images/Version/2022/index/btn4.png') no-repeat center center;
}
.service a:nth-child(5) i {
	background: url('../../../Images/Version/2022/index/btn5.png') no-repeat center center;
}
.service a:nth-child(6) i {
	background: url('../../../Images/Version/2022/index/btn6.png') no-repeat center center;
}
.service a:hover i {
	-webkit-animation: jello-vertical 0.7s;
	animation: jello-vertical 0.7s;
}
@-webkit-keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  @keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
.login-bot {
	padding: 14px 20px;
	overflow: hidden;
}
.login-title b{
	font-size: 16px;
	color: #333;
}
.login-title .login-more {
	float: right;
	position: relative;
	width: 50%;
}
.login-title .more {
	color: #999;
	font-size: 14px;
	float: right;
}
.login-title .more i {
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
}
.login-title .more:hover {
	color: #2069b5;
}
.login-bot ul {
	margin-top: 9px;
}
.login-bot ul li {
	color: #888;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.login-bot ul li span {
	font-size: 14px;
	color: #ff6600;
	background: #fff6eb;
	padding: 1px 6px;
	margin-right: 10px;
}
.login-bot ul li a{
	color: #888;
}
.login-bot ul li:hover,.login-bot ul li a:hover {
	color: #2069b5;
}
.class-txt {
	overflow: hidden;
}
.class-txt .item {
	width: 400px;
	float: left;
	padding: 22px 0 10px 0px;
	margin-left: 36px;
}
.class-txt .item .class-c {
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
}
.class-txt .item .class-c b {
	position: relative;
	padding-left: 12px;
}
.class-txt .item .class-c b::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background: #2069b5;
	border-radius: 3px;
}
.class-txt .item .class-c a {
	color: #333;
}
.class-txt .item .class-c a:hover {
	color: #2069b5;
}
.class-txt .item .class-c .more {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	color: #333;
	font-size: 14px;
}
.class-txt .item p {
	font-size: 14px;
    height: 28px;
    overflow: hidden;
    text-indent: -10px;
	color: #ededed;
}
.class-txt .item p a {
	line-height: 28px;
	color: #666;
	margin: 0 10px;
}
.class-txt .item p a:hover {
	color: #2069b5;
}
.class-adv {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 34px;
}
.class-adv .item {
	width: 400px;
	height: 150px;
	background: #f7f7f7;
	float:left;
	margin-left: 36px;
}
.class-adv .item .image {
	width: 154px;
	height: 150px;
	float: left;
	margin-right: 18px;
}
.class-adv .item .image img {
	width: 100%;
	height: 100%;
}
.class-adv .item .text {
	overflow: hidden;
}
.class-adv .item .text b {
	font-size: 16px;
	display: block;
	margin-top: 22px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.class-adv .item .text b a{
	color: #333;
}
.class-adv .item .text b a:hover{
	color: #2069b5;
}
.class-adv .item .text span {
	background: #e3eff5;
	color: #2069b5;
	font-size: 14px;
	display: inline-block;
	padding: 5px;
	margin-top: 14px;
}
.class-adv .item .text p {
	height: 40px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
}
.product-classify ul li .class-b.t2 {
	top: -96px;
}
.product-classify ul li .class-b.t3 {
	top: -192px;
}
.product-classify ul li .class-b.t4 {
	top: -288px;
}
.product-classify ul li .class-b.t5 {
	top: -384px;
}
.product-classify ul li.hover {
	/* background: #f4f4f4; */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover .class-a b i {
	color: #2069b5;
}
/* .main End*/

.exhi-infor {
	margin: 22px auto 0;
	background: #fff;
}
.infor-title {
	height: 66px;
	line-height: 66px;
	color: #fff;
	font-size: 26px;
	position: relative;
}
.infor-title .more {
	display: block;
	text-align: center;
	width: 84px;
	height: 28px;
	line-height: 28px;
	right: 30px;
	border: 1px solid #eaeaea;
	border-radius: 20px;
	font-size: 12px;
	color: #333;
}
.infor-title .more i {
	font-size: 12px;
	margin-left: 2px;
}
.infor-title .more:hover {
	background: #999;
	color: #fff;
	border: 1px solid #999;
}
.infor-title b {
	display: block;
	width: 224px;
	float: left;
	text-indent: 20px;
	background-color:#ffa701;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffa701), to(#ffba00));
	background-image:-webkit-linear-gradient(90deg, #ffa701, #ffba00);
	background-image:-moz-linear-gradient(90deg, #ffa701, #ffba00);
	background-image:-ms-linear-gradient(90deg, #ffa701, #ffba00);
	background-image:-o-linear-gradient(90deg, #ffa701, #ffba00);
	background-image:linear-gradient(90deg, #ffa701, #ffba00);
	position: relative;
}
.infor-title b::after {
	content: '';
	display: block;
	position: absolute;
	right: -22px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 66px 22px 0 0;
	border-color: #FFBB00 transparent transparent transparent;
}
.infor-title b i {
	display: inline-block;
	width: 27px;
	height: 26px;
	background: url('../../../Images/Version/2022/index/infor-ico.png') no-repeat;
	background-size: contain;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 20px;
}
.exhi-infor ul {
	width: 100%;
	padding: 20px 13px;
	overflow: hidden;
	box-sizing: border-box;
}
.exhi-infor ul li {
	width: 33.333%;
	float: left;
	padding: 0 11px;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.exhi-infor ul li .item {
	background: #f4f4f4;
	border-radius: 4px 4px 18px 4px;
	padding: 22px;
	overflow: hidden;
	position: relative;
}
.exhi-infor ul li .item::after {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #e1e1e1;
}
.exhi-infor ul li:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.exhi-infor ul li .item .time {
	width: 86px;
	height: 78px;
	float: left;
	margin-right: 22px;
	border-radius: 5px;
	overflow: hidden;
}
.exhi-infor ul li .item .time b {
	display: block;
	height: 48px;
	line-height: 48px;
	background: #fff;
	text-align: center;
	font-size: 34px;
	color: #666;
}
.exhi-infor ul li .item .time p {
	height: 30px;
	line-height: 30px;
	background: #754ca3;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.exhi-infor ul li .item .text {
	overflow: hidden;
}
.exhi-infor ul li .item .text p {
	color: #333;
	font-size: 18px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.exhi-infor ul li .item .text span {
	color: #999;
	font-size: 16px;
	display: block;
	margin-top: 15px;
}
.exhi-infor ul li .item .text span i {
	font-size: 18px;
	vertical-align: top;
	margin-right: 4px;
	display: inline-block;
}
.exhi-infor ul li .item .text p a:hover {
	color: #2069b5;
}
/* product */
.product {
	margin-top: 45px;
}
.public-title {
	position: relative;
	height: 62px;
}
.public-nav {
	float: left;
	padding-left: 24px;
}
.public-nav b {
	font-size: 38px;
	color: #429743;
	white-space: pre;
}
.public-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12px;
	height: 100%;
	background-color: #429743;
}
.public-nav span {
	display: block;
	font-size: 18px;
	color: #999;
	margin-top: 5px;
}
.public-tab {
	right: 0;
	font-size: 0;
}
.public-tab p a {
	display: inline-block;
	margin-left: 17px;
	padding: 13px 35px;
	font-size: 16px;
	border-radius: 4px;
	background: #fff;
}
.public-tab p a.focus {
	color: #fff;
	background: #429743;
}
.public-tab p a:hover {
	color: #fff;
	background: #429743;
}
.public-main {
	margin-top: 25px;
}
.public-left {
	width: 378px;
	float: left;
	margin-right: 14px;
}
.public-left .item .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.public-left .item .image img {
	width: 100%;
	max-height: none;
}
.public-left .item .image span {
	display: block;
	width: 74px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: 12px;
	color: #fff;
	font-size: 14px;
	border-radius: 16px;
	text-align: center;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(85,161,85,0.85)), to(rgba(179,179,48,0.85)));
	background-image:-webkit-linear-gradient(90deg, rgba(85,161,85,0.85), rgba(179,179,48,0.85));
	background-image:-moz-linear-gradient(90deg, rgba(85,161,85,0.85), rgba(179,179,48,0.85));
	background-image:-ms-linear-gradient(90deg, rgba(85,161,85,0.85), rgba(179,179,48,0.85));
	background-image:-o-linear-gradient(90deg, rgba(85,161,85,0.85), rgba(179,179,48,0.85));
	background-image:linear-gradient(90deg, rgba(85,161,85,0.85), rgba(179,179,48,0.85));
}
.public-left .item .image span.notice {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(22,143,255,0.85)), to(rgba(0,180,255,0.85)));
	background-image:-webkit-linear-gradient(90deg, rgba(22,143,255,0.85), rgba(0,180,255,0.85));
	background-image:-moz-linear-gradient(90deg, rgba(22,143,255,0.85), rgba(0,180,255,0.85));
	background-image:-ms-linear-gradient(90deg, rgba(22,143,255,0.85), rgba(0,180,255,0.85));
	background-image:-o-linear-gradient(90deg, rgba(22,143,255,0.85), rgba(0,180,255,0.85));
	background-image:linear-gradient(90deg, rgba(22,143,255,0.85), rgba(0,180,255,0.85));
}
.public-left .item .image span.live {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,114,0,0.85)), to(rgba(255,156,0,0.85)));
	background-image:-webkit-linear-gradient(90deg, rgba(255,114,0,0.85), rgba(255,156,0,0.85));
	background-image:-moz-linear-gradient(90deg, rgba(255,114,0,0.85), rgba(255,156,0,0.85));
	background-image:-ms-linear-gradient(90deg, rgba(255,114,0,0.85), rgba(255,156,0,0.85));
	background-image:-o-linear-gradient(90deg, rgba(255,114,0,0.85), rgba(255,156,0,0.85));
	background-image:linear-gradient(90deg, rgba(255,114,0,0.85), rgba(255,156,0,0.85));
}
.public-left .item .image span i {
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
	margin: 1px 4px 0 0;
}
.public-left .item .text {
	background: #fff;
	padding: 20px;
}
.public-left .item .text b {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 20px;
	display: block;
}
.public-left .item .text b a:hover {
	color: #2069b5;
}
.public-left .item .text p {
	font-size: 16px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 12px;
}
.public-left .item .text span {
	font-size: 16px;
	color: #999;
	display: block;
	margin-top: 10px;
}
.public-left ul {
	margin: 0 -6px;
	margin-top: 16px;
}
.public-left li {
	width: 50%;
	float: left;
	padding: 0 6px;
	box-sizing: border-box;
}
.public-left li .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.public-left li .image img {
	max-height: none;
}
.public-left li .image img, .public-left .item .image img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.public-left li .image:hover img, .public-left .item .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.public-left li .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 36px;
	opacity: 0.6;
	color: #fff;
}
.public-left li .text {
	background: #fff;
	padding: 10px;
}
.public-left li .text b {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.public-left li .text b a:hover {
	color: #2069b5;
}
.public-left li .text span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 8px;
}
.public-bot {
	width: 792px;
	float: left;
	display: none;
}
.public-bot ul {
	margin: -6px;
	overflow: hidden;
}
.public-bot ul li {
	width: 33.333%;
	float: left;
	padding: 6px;
	box-sizing: border-box;
}
.public-bot ul li .item {
	background: #fff;
	padding: 0 24px 15px;
}
.public-bot ul li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.public-bot ul li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	max-height: 90%;
}
.public-bot ul li p {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.public-bot ul li p a:hover {
	color: #ff6600;
}
.public-bot ul li b {
	color: #ff6600;
	height: 22px;
	font-size: 22px;
	overflow: hidden;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.public-bot ul li em {
	font-style: normal;
	font-size: 16px;
	margin-right: 2px;
}
.public-right {
	width: 362px;
	float: right;
	background: #fff;
}
.public-right-title {
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-bottom: 1px solid #f6f3f3;
}
.public-right ul {
	overflow: hidden;
}
.public-right ul li {
	width: 50%;
	float: left;
	height: 102px;
	position: relative;
	border-right: 1px solid #f6f3f3;
	border-bottom: 1px solid #f6f3f3;
	box-sizing: border-box;
}
.public-right ul li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.public-right ul li:nth-child(2n) {
	border-right: none;
}
/* product End*/
#part1 .public-left .item .text b a:hover, #part1 .public-bot ul li p a:hover, #part1 .public-left li .text b a:hover {
	color: #429743;
}
#part2 .public-left .item .text b a:hover, #part2 .public-bot ul li p a:hover, #part2 .public-left li .text b a:hover, #part2 .public-nav b {
	color: #ff8800;
}
#part3 .public-left .item .text b a:hover, #part3 .public-bot ul li p a:hover, #part3 .public-left li .text b a:hover, #part3 .public-nav b {
	color: #4caf50;
}
#part4 .public-left .item .text b a:hover, #part4 .public-bot ul li p a:hover, #part4 .public-left li .text b a:hover, #part4 .public-nav b {
	color: #754ca3;
}
#part5 .public-left .item .text b a:hover, #part5 .public-bot ul li p a:hover, #part5 .public-left li .text b a:hover, #part5 .public-nav b {
	color: #2196f3;
}
#part6 .public-left .item .text b a:hover, #part6 .public-bot ul li p a:hover, #part6 .public-left li .text b a:hover, #part6 .public-nav b {
	color: #ff9800;
}
#part7 .public-left .item .text b a:hover, #part7 .public-bot ul li p a:hover, #part7 .public-left li .text b a:hover, #part7 .public-nav b {
	color: #607d8b;
}
#part8 .public-left .item .text b a:hover, #part8 .public-bot ul li p a:hover, #part8 .public-left li .text b a:hover, #part8 .public-nav b {
	color: #009688;
}
#part9 .public-left .item .text b a:hover, #part9 .public-bot ul li p a:hover, #part9 .public-left li .text b a:hover, #part9 .public-nav b {
	color: #3f51b5;
}
#part10 .public-left .item .text b a:hover, #part10 .public-bot ul li p a:hover, #part10 .public-left li .text b a:hover, #part10 .public-nav b {
	color: #f44335;
}
#part1 .public-title::after, #part1 .public-tab p a:hover, #part1 .public-tab p a.focus {
	background: #429743;
}
#part2 .public-title::after, #part2 .public-tab p a:hover, #part2 .public-tab p a.focus {
	background: #ff8800;
}
#part3 .public-title::after, #part3 .public-tab p a:hover, #part3 .public-tab p a.focus {
	background: #4caf50;
}
#part4 .public-title::after, #part4 .public-tab p a:hover, #part4 .public-tab p a.focus {
	background: #754ca3;
}
#part5 .public-title::after, #part5 .public-tab p a:hover, #part5 .public-tab p a.focus {
	background: #2196f3;
}
#part6 .public-title::after, #part6 .public-tab p a:hover, #part6 .public-tab p a.focus {
	background: #ff9800;
}
#part7 .public-title::after, #part7 .public-tab p a:hover, #part7 .public-tab p a.focus {
	background: #607d8b;
}
#part8 .public-title::after, #part8 .public-tab p a:hover, #part8 .public-tab p a.focus {
	background: #009688;
}
#part9 .public-title::after, #part9 .public-tab p a:hover, #part9 .public-tab p a.focus {
	background: #3f51b5;
}
#part10 .public-title::after, #part10 .public-tab p a:hover, #part10 .public-tab p a.focus {
	background: #f44335;
}
.bottom {
	padding-top: 32px;
	padding-bottom: 35px;
}
.bottom .title{
	font-size: 18px;
	color: #ccc;
	position: relative;
	margin-bottom: 18px;
}
.bottom .title b{
	display: inline-block;
	font-size: 24px;
	color: #f08200;
	margin-right: 5px;
	padding-bottom: 19px;
}
.bottom .title::after{
	position: absolute;
	display: inline-block;
	content: "";
	left: 4px;
	bottom: 0px;
	width: 40px;
	height: 4px;
	background-color: #f08200;
}
.bottom .title .join {
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	background-color: #f08200;
	color: #fff;
}
.bottom .title .join i {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: top;
}
.link-con {
	margin-top: 25px;
}
.link-con ul {
	overflow: hidden;
}
.link-con li {
	margin-top: 12px;
	float: left;
}
.link-con li a {
	font-size: 14px;
	color: #999;
	padding: 0 18px;
	border-left: 1px solid #ddd;
}
.link-con li:first-of-type a {
	padding-left: 0;
	border: 0;
}
.link-con li a:hover {
	color: #f08200;
}
.Lista {
	margin-top: 19px;
}
.Lista a {
	float: left;
	width: 9.0909%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #888;
	background-color: #ebfadb;
}
.Lista a:nth-child(2) {
	background-color: #fcede0;
}
.Lista a:nth-child(3),.Lista a:nth-child(8) {
	background-color: #ece4fd;
}
.Lista a:nth-child(4),.Lista a:nth-child(7) {
	background-color: #e4eefc;
}
.Lista a:nth-child(5) {
	background-color: #f5fae4;
}
.Lista a:nth-child(6),.Lista a:nth-child(9) {
	background-color: #fcf8e0;
}
.Lista a:nth-child(10) {
	background-color: #fbe2e9;
}
/* partners */
.partners{
	margin-top: 45px;
}
.partners_cont{
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.partners_cont li {
	float: left;
	box-sizing: border-box;
	width: 12.5%;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	height: 80px;
	background-color: #fff;
	position: relative;
}
.partners_cont li a {
	display: block;
	width: 100%;
	height: 100%;
}
.partners_cont li a img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/* aboutUs */
.aboutUs {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #2069b5;
	color: #2069b5;
	font-size: 16px;
}
.aboutUs p {
	font-size: 0;
}
.aboutUs p a {
	font-size: 16px;
	color: #fff;
	padding: 0 38px;
	position: relative;
}
.aboutUs p a:first-of-type {
	padding-left: 0;
}
.aboutUs p a:last-of-type {
	padding-right: 0;
}
.aboutUs p a::after {
	color: #f29236;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
}
.aboutUs p a:last-of-type::after {
	content: "";
}
/* footer */
.footer{
	width: 100%;
	background-color: #474443;
	padding-top:40px;
}
.footer .main{
	overflow: hidden;
}
.footerRight{
	float: right;
	height: 160px;
	width: 200px;
	margin-left: 90px;
	opacity: 0.5;
}
.footerRight span {
	float: left;
	width: 34px;
	padding: 17px 10px;
	font-size: 14px;
	color: #fff;
	/* writing-mode: vertical-lr; */
	writing-mode: tb-lr;
	background-color: #f08200;
	height: 100%;
	box-sizing: border-box;
}
.footerRight img{
	width: 160px;
}
.footerLeft{
	overflow: hidden;
}
.footerLeft .footerIcon{
	overflow: hidden;
}
.footerIconLeft{
	float: left;
	width: 455px;
	opacity: 0.5;
}
.footerIconLeft p{
	height: 48px;
	margin: 0 0 10px 0;
}
.footerIconLeft p:last-child{
	margin-bottom: 0;
}
.footerIconLeft p span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconLeft p span i{
	font-size: 22px;
	color: #fff;
}
.footerIconLeft p em {
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconLeft p b{
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.footerIconRight {
	font-size: 0;
	overflow: hidden;
}
.footerIconRight p.footerIconRight_title{
	height: 48px;
	opacity: 0.5;
}
.footerIconRight p.footerIconRight_title span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconRight p.footerIconRight_title span i{
	font-size: 22px;
	color: #fff;
}
.footerIconRight p.footerIconRight_title em{
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconRight p.footerIconRight_cont{
	margin-left: 70px;
}
.footerIconRight p.footerIconRight_cont b {
	float: left;
	width: 33.3%;
	font-size: 14px;
	color: #787776;
	margin-bottom: 8px;
	font-weight: normal;
}
.footerIconRight p.footerIconRight_cont b a{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: #6c6969;
}
.footerIconRight p.footerIconRight_cont b a i {
	display: inline-block;
	width: 14px;
	height: 16px;
	vertical-align: top;
	margin-top: 5px;
	background: url("../../../Images/Version/2022/index/qq.png") no-repeat;
}
.copyright{
	overflow: hidden;
	color: #ccc;
	font-size: 14px;
	opacity: 0.5;
	margin-top: 25px;
}
.copyright a {
    color:#ccc;
}
.copyright a:hover {
    color: #f08200;
}

.footer .footer_img{
	display: block;
	height: 33px;
	background: url(../../../Images/Version/2022/index/copyright.png) no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
	margin-bottom: 30px;
	opacity: 0.5;
}
.footer .footer_img li{
	float: left;
	width: 83px;
	height: 33px;
	margin-right: 10px;
}
.footer .footer_img li a{
	display: block;
	height: 33px;
	width: 100%
}
.footer_bot{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #393939;
	color: #646464;
	font-size: 14px;
}
.footer_bot i{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../../../Images/Version/2022/index/ghs.png) no-repeat;
	vertical-align: top;
	margin-top: 15px;
	opacity: 0.2;
	margin-right: 10px;
}
